insert javascript google recaptcha into your page
pure javasript code for recatcha on serverless apps
insert this into your html page:
1 | <div id="captcha_container"></div> |
css style :
1 | <style> |
and this is javascript for rendering google recaptcha & validation it. put it Your sitekey
for value of google recaptcha sitekey
1 | <script> |